home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / qwez40.zip / READ.ME < prev    next >
Text File  |  1990-10-30  |  6KB  |  176 lines

  1.  
  2.  
  3.               **  MISCELLANEOUS INFORMATION **
  4.  
  5.  
  6.      1.  To print the manual line up the paper in your printer
  7.          and, at the DOS prompt, enter:
  8.  
  9.                 COPY WIND_REZ.DOC PRN
  10.  
  11.      2.  To run the demonstration program at the DOS prompt, enter:
  12.  
  13.                    DEMO
  14.  
  15.      3.  NOTE FOR BASIC 7.+ USERS. ( ENHANCED VERSION )
  16.  
  17.           There are two sets of libraries for BASIC 7.+.  Depend-
  18.           ing on the version of BASIC you have, you will receive
  19.           the following.
  20.  
  21.           - PDSALL71.LIB, PDSALL71.QLB, PDSNER71.LIB and
  22.             PDSNER71.QLB are for BASIC 7.1
  23.  
  24.           - PDSALL70.LIB, PDSALL70.QLB, PDSNER70.LIB and
  25.             PDSNER70.QLB are for BASIC 7.0
  26.  
  27.           The libraries were produced from within the QBX environ-
  28.           ment.  QBX compiles using the far string option.  You
  29.           must use the far string ( /Fs ) option if you compile
  30.           outside the QBX environment.
  31.  
  32.           WINDOWS R-E-Z does not use expanded memory arrays.  Do
  33.           not start QBX with the /Ea option.
  34.           
  35.           If you are using BASIC 7.0 and upgrade to BASIC 7.1 you
  36.           can create your own compatabile library by loading QBX with                    PDSASM.QLB ( QBX/L PDSASM ).  Load all of the basic files                      required by WINDOWS R-E-Z.
  37.          
  38.             DIRWIND.BAS
  39.             INPTWIND.BAS
  40.             PULLDOWN.BAS
  41.             SCROLL.BAS
  42.             WIND_REZ.BAS
  43.  
  44.           Make the library from within the QBX environment. The
  45.           library will contain all routines and have error detection.
  46.          
  47.            
  48.      4. NOTE FOR BASIC 7.0 USERS.  ( UNENHANCED VERSION )
  49.  
  50.           The library, PDSUNEN.LIB, contains object files made
  51.           from the BASIC 7.1 compiler.  While making an executable
  52.           file from within QBX, the following message will appear.
  53.  
  54.           LINK WARNING L4051: BRT71EFR.LIB: CANNOT FIND LIBRARY
  55.           Enter new file spec:
  56.  
  57.           Press ENTER or RETURN.  The file, BRT71EFR.LIB is not
  58.           required.
  59.  
  60.  
  61.  
  62.               ** NEW FEATURES IN VERSION 4.00 **
  63.                ( See WIND_REZ.DOC for details.)
  64.  
  65.      New features:
  66.  
  67.           - Dynamic memory allocation for window memory.
  68.  
  69.           - Expanded directory routine finds file's creation date,
  70.         time, and attributes.
  71.  
  72.           - Window shadows.
  73.  
  74.           - Window border designations for INPTWIND, GETANS, and
  75.         PULLDOWN.
  76.  
  77.           - Enhanced error handling stops at the line in the
  78.         program where the error occured.  More errors are
  79.         reported and they are reported by number and descrip-
  80.         tion.
  81.  
  82.           - A floating active field ( different color ) is
  83.         now available for MULTINPT
  84.  
  85.           - Upon entry to an input field ( MULTINPT and INPTWIND )
  86.         pressing the space bar erases the field for all field
  87.         types.
  88.  
  89.           - GETANS no longer requires a windowed prompt.
  90.  
  91.           - INPTWIND allows a prompt in a title box.
  92.  
  93.           - Characters up to CHR$(255) are allowed in input
  94.         fields ( INPTWIND and MULTINPT ).  This allows the
  95.         use of foreign characters.
  96.  
  97.               - The decimal point in input routines may be designated
  98.                 as a comma.  This is appropriate for some foreign
  99.         users.
  100.  
  101.       Compatibility issues:
  102.  
  103.       The following routines were changed in version 4.00 and
  104.       are not compatible with earlier versions.  Minor program
  105.       revisions are necessary for programs incorporating
  106.       earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  107.  
  108.       - GETANS, PULLDOWN, and INPTWIND have an extra parameter
  109.         for border designation.
  110.  
  111.       - SETWIND now has five parameters designating windowing
  112.         speed, default sound, window shadow color, high intensity
  113.         display for PULLDOWN and SCRLWIND, and the type of decimal
  114.             point ( period or comma for foreign ).
  115.  
  116.       - SCRLWIND no longer has a parameter for the window number
  117.         as it acts upon the active window.
  118.  
  119.       - SETINPT has an extra parameter specifying the color of the
  120.         active field for MULTINPT.
  121.  
  122.       - FINDDIR has one less parameter as it no longer has to
  123.         place the directory listing in a string.
  124.  
  125.       - SETSOUND is no longer required due to changes in SETWIND.
  126.  
  127.       - CHNGFAST is no longer required due to changes in SETWIND.
  128.  
  129.       - FILLDIR is no longer required due to changes in FINDDIR.
  130.  
  131.       - The parameter designating the code ( CODE$ ) for INPTWIND
  132.         has changed.
  133.  
  134.       - The parameter designating the type of directory search
  135.         ( TYPE$ ) in FINDDIR has changed.
  136.  
  137.  
  138.       The following routines were changed in version 3.60 and
  139.       are not compatible with earlier versions.  Minor program
  140.       revisions are necessary for programs incorporating
  141.       earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  142.  
  143.       - PULLDOWN has an extra parameter which sets the color of
  144.         the key character for the items in the pulldown window.
  145.         PULLDOWN no longer returns the selected menubar string
  146.         and pulldown window string to the calling program. It
  147.         returns the sequential number of the selected menubar
  148.         item and selected pulldown window item.
  149.  
  150.       - SCRLWIND has an extra parameter which sets the color of
  151.         the key characters for the items in the scroll window.
  152.         SCRLWIND no longer returns the selected string.  It re-
  153.         turns the sequential number of the string in the scroll
  154.         window.
  155.  
  156.  
  157.       The following input routines changed in version 3.40,
  158.       are not compatible with earlier versions.  Minor program
  159.       revisions are necessary for programs incorporating
  160.       earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  161.  
  162.       - INPTWIND and SETINPT have an extra parameter defining
  163.         allowable characters for RESTRICTED fields.
  164.  
  165.       - MULTINPT has an additional parameter which determines
  166.         if all fields or single fields are updated.
  167.  
  168.  
  169.       Misc:
  170.  
  171.       - Only two Multi-field input screens are permitted with a
  172.         maximum of 25 fields per screen in the unenhanced version
  173.         of WINDOWS R-E-Z.  Full color capability became available
  174.         starting with unenhanced version 3.40 of WINDOWS R-E-Z.
  175.  
  176.